home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  185 b   |  9 lines

  1. on enterFrame
  2.   if field "Exercises" = 1 then
  3.     set the member of sprite 2 to member "Enabled"
  4.   else
  5.     set the member of sprite 2 to member "Disabled"
  6.   end if
  7.   updateStage()
  8. end
  9.